home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / mint / mintmant / pgetpgrp.txt < prev    next >
Text File  |  1992-03-24  |  733b  |  64 lines

  1. Pgetpgrp(2)               Oct. 1, 1991                Pgetpgrp(2)
  2.  
  3.  
  4.  
  5. NAME
  6.      Pgetpgrp - get the current process group number
  7.  
  8. SYNOPSIS
  9.      WORD Pgetpgrp();
  10.  
  11. DESCRIPTION
  12.      Pgetpgrp returns the process group number of  the  currently
  13.      running  process.  Process  groups are commonly used for job
  14.      control and other signalling purposes; processes that  share
  15.      the  same  process  group are assumed to be closely related,
  16.      and are usually stopped all together  rather  than  1  at  a
  17.      time.
  18.  
  19. SEE ALSO
  20.      Pkill(2), Pgetpid(2), Psetpgrp(2)
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60. Version 0.9   Last change: MiNT Programmer's Manual             1
  61.  
  62.  
  63.  
  64.